[202505] PCIe AER printk ratelimiting backport#521
Open
jamessewart-arista wants to merge 1 commit intosonic-net:202505from
Open
[202505] PCIe AER printk ratelimiting backport#521jamessewart-arista wants to merge 1 commit intosonic-net:202505from
jamessewart-arista wants to merge 1 commit intosonic-net:202505from
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
eb52379 to
12f24a7
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: James Sewart <jamessewart@arista.com>
12f24a7 to
12de3d3
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
Contributor
Author
|
/azpw run |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azpw run |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azpw run |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
saiarcot895
approved these changes
Dec 3, 2025
kenneth-arista
added a commit
to kenneth-arista/sonic-linux-kernel
that referenced
this pull request
Jan 12, 2026
Backported patches that implement ratelimiting for AER report printks. This reduces log spam for devices that regularly report corrected issues on its link. kernel 6.1 version of sonic-net#520 applied to 202405. This is similar to sonic-net#521 applied to 202505. Upstream discussion: https://lore.kernel.org/linux-pci/20250522232339.1525671-1-helgaas@kernel.org/T/
kenneth-arista
added a commit
to kenneth-arista/sonic-linux-kernel
that referenced
this pull request
Jan 20, 2026
Backported patches that implement ratelimiting for AER report printks. This reduces log spam for devices that regularly report corrected issues on its link. kernel 6.1 version of sonic-net#520 applied to 202405. This is similar to sonic-net#521 applied to 202505. Upstream discussion: https://lore.kernel.org/linux-pci/20250522232339.1525671-1-helgaas@kernel.org/T/ Signed-off-by: Kenneth Cheung <kennethcheung@arista.com>
rlhui
pushed a commit
that referenced
this pull request
Jan 27, 2026
Backported patches that implement ratelimiting for AER report printks. This reduces log spam for devices that regularly report corrected issues on its link. kernel 6.1 version of #520 applied to 202405. This is similar to #521 applied to 202505. Upstream discussion: https://lore.kernel.org/linux-pci/20250522232339.1525671-1-helgaas@kernel.org/T/ Signed-off-by: Kenneth Cheung <kennethcheung@arista.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backported patches that implement ratelimiting for AER report printks. This reduces log spam for devices that regularly report corrected issues on its link.
kernel 6.1 version of #520 applied to 202505
Upstream discussion